The MH-E entry point for reading mail is M-x mh-rmail. This command incorporates your mail and creates a buffer called ‘+inbox’ in MH-Folder mode. The command M-x mh-rmail shows you only new mail, not mail you have already read1.
There are some
commands that need to read mail, such as Mouse-2 over
the ‘Mail’
button that display-time adds to the mode line. You
can configure Emacs to have these commands use MH-E by setting
the option read-mail-command to
‘mh-rmail’.
The ‘+inbox’ buffer contains scan lines, which are one-line summaries of each incorporated message. You can perform most MH commands on these messages via one- or two-letter commands in either the MH-Folder or MH-Show buffers or by using the ‘Message’ menu. See scan(1) for a description of the contents of the scan lines, and see the Figure in Reading Mail Tour, for an example.
mh-help).
mh-show).
mh-header-display).
mh-show-preferred-alternative).
mh-decode-mime-flag
(mh-toggle-mh-decode-mime-flag).
mh-page-msg).
mh-previous-page).
mh-write-msg-to-file).
mh-pipe-msg).
mh-delete-msg-no-motion).
mh-delete-msg).
mh-prefix-help).
mh-page-digest).
mh-page-digest-backwards).
mh-burst-digest).
mh-goto-msg).
mh-delete-subject-or-thread).
mh-prefix-help).
mh-next-button).
mh-prev-button).
mh-mime-save-parts).
mh-display-with-external-viewer).
mh-folder-inline-mime-part).
mh-folder-save-mime-part).
mh-display-buttons-for-inline-parts-flag
(mh-toggle-mime-buttons).
mh-folder-toggle-mime-part).
mh-modify).
mh-first-msg).
mh-last-msg).
mh-next-unread-msg).
mh-previous-unread-msg).
mh-next-undeleted-msg).
mh-previous-undeleted-msg).
mh-prefix-help).
mh-ps-print-toggle-color).
mh-ps-print-toggle-faces).
mh-ps-print-msg-file).
mh-print-msg).
mh-ps-print-msg).
mh-prefix-help).
mh-store-msg).
mh-show-mouse).Within the MH-Show buffer, the following command is defined.
mh-press-button).The following table lists options in the ‘mh-show’ customization group that are used while reading mail.
mh-bury-show-buffer-flagmh-clean-message-header-flagmh-decode-mime-flagmh-display-buttons-for-alternatives-flagmh-display-buttons-for-inline-parts-flagmh-do-not-confirm-flagmh-fetch-x-image-urlmh-graphical-smileys-flagmh-graphical-emphasis-flagmh-highlight-citation-stylemh-invisible-header-fields-defaultmh-invisible-header-fieldsnil).
mh-lpr-command-format"lpr -J
'%s'").
mh-max-inline-image-heightmh-max-inline-image-widthmh-mhl-format-filemh-mime-save-parts-default-directorymh-print-background-flagmh-show-buffer-mode-line-buffer-idmode-line-buffer-identification for show buffers
(default: " {show-%s} %d").
mh-show-maximum-sizemh-show-use-xface-flagmh-store-default-directorymh-summary-heightThe following hooks are available.
mh-delete-msg-hooknil).
mh-show-hooknil).
mh-show-mode-hookmh-show-mode (default:
nil).The following faces are available.
mh-show-ccmh-show-datemh-show-frommh-show-headermh-show-pgg-badmh-show-pgg-goodmh-show-pgg-unknownmh-show-signaturemh-show-subjectmh-show-tomh-show-xfaceThe functions and variables introduced here are explained in more detail in the following sections.